style: apply /style-guide pass to support/inference/articles#2670
Merged
johndmulhausen merged 2 commits intoMay 27, 2026
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Knowledgebase navigation update
|
Contributor
📚 Mintlify Preview Links📝 Changed (12 total)📄 Pages (12)
🤖 Generated automatically when Mintlify deployment succeeds |
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-style-guide-support-inference-articles-20260526.mintlify.app |
anastasiaguspan
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR applies the
/style-guideskill (Google Developer Style Guide + CoreWeave conventions) to the seven support articles for Serverless Inference API error codes listed below. The run was fully automated; only style-level edits were made.Files edited
support/inference/articles/api-error-code-401-authentication-failed.mdxsupport/inference/articles/api-error-code-402-you-exceeded-your-cur.mdxsupport/inference/articles/api-error-code-403-country-region-or-ter.mdxsupport/inference/articles/api-error-code-403-the-inference-gateway.mdxsupport/inference/articles/api-error-code-429-concurrency-limit-rea.mdxsupport/inference/articles/api-error-code-500-the-server-had-an-err.mdxsupport/inference/articles/api-error-code-503-the-engine-is-current.mdxRecommendations for technical review
Verification steps
200from the inference endpoint).200response") and consider documenting an escalation path for false-positive geo-blocks.403stops, whether the client needs to retry, and any propagation delay.429responses have stopped.Missing content
wandbCLI command), and link to the auth configuration docs for readers landing cold.api-error-code-402-you-exceeded-your-cur.mdx:19-21): Link the three "Restore access" items to W&B account settings/billing, the purchase or upgrade flow, and the spending-cap configuration location (note the required role/permission for adjusting the cap).Technical accuracy
401+ "Authentication failed" message is exclusive to the Serverless Inference API and not raised by other W&B endpoints with different remediation.You exceeded your current quota, please check your plan and billing detailsmatches the exact message returned by the Inference API (now in code font, so mismatches will be more visible).Serverless Inference determines your location from your IP address at the time of the API requestis the sole geolocation mechanism (not billing address, account region, or proxy detection), and verify the literal error JSON matches the current API response shape (field names, types, and403as integer vs. string). Also confirm the anchor link/inference/usage-limits/#geographic-restrictionsis still the canonical destination.keywordsfrontmatter tags the article for "Administrator," but the body addresses the blocked end user. Also review the casing of "the inference gateway" if it's an official product or feature name (style editor preserved existing casing).429concurrency errors.Information architecture
Prerequisites
How to review